Version

RadialMenu Method

Accepts a model class and returns a string that will be rendered in the view.
Overload List
OverloadDescription
RadialMenu(String,RadialMenuModel)Accepts a model class and returns a string that will be rendered in the view.  
RadialMenu(RadialMenuModel,IDictionary<String,Object>)Accepts a model class and a dictionary of HTML attributes and returns a string that will be rendered in the view.  
RadialMenu(RadialMenuModel,Object)Accepts a model class and HTML attributes and returns a string that will be rendered in the view.  
RadialMenu(String,RadialMenuModel,IDictionary<String,Object>)Accepts a model class, id and dictionary of HTML attributes and returns a string that will be rendered in the view.  
RadialMenu(String,RadialMenuModel,Object)Accepts a model class, id and HTML attributes and returns a string that will be rendered in the view.  
RadialMenu<T>()Creates a radial menu using a fluent interface.  
RadialMenu<T>(IDictionary<String,Object>)Creates a radial menu using a fluent interface.  
RadialMenu<T>(Object)Creates a radial menu using a fluent interface.  
RadialMenu()Creates a radial menu using a fluent interface.  
RadialMenu(IDictionary<String,Object>)Creates a radial menu using a fluent interface.  
RadialMenu(Object)Creates a radial menu using a fluent interface.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub